home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.7z / ftp.whtech.com / emulators / mess / MESS 0.133 / Macintosh / MessMenu 0.7.0 OSX uni.dmg / MessMenu.app / Contents / MacOS / getoption.sh < prev    next >
Encoding:
Linux/UNIX/POSIX Shell Script  |  2008-09-30  |  124 b   |  8 lines

  1. #!/bin/sh
  2.  
  3. if [ -z "$MESSHOME" ]
  4. then
  5.     . ./messenv.sh
  6. fi
  7. grep "^$1 " "$MESSHOME"/mess.ini | cut -d' ' -f2- | sed 's/^ *//g'
  8.